


.Body-B {
	background-color:white;
	
	height:580px;
	
	width:100%;
	position:relative;
	
	  }

.Body-B img{
	background-color:#EAEAEA;
	border-radius:6px;
	background-size: 90px;
	margin-bottom:30px;
	text-align:left;
	
	
	
	  }

.Body-B .row{
	
	  margin: 0 auto;
	width:100%;
	max-width:1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	  }




.Body-B p{
	margin-bottom:20px;
	font-size:1.2vw;
	text-align:left;
	line-height:1.6vw;
	
	  }


.Body-B a{
	margin-bottom:20px;
	font-size:1.1vw;
	text-align:left;
	line-height:1.6vw;
	color:#2CA4DD;
	
	  }

.Body-B .parent { 
display: grid; 
grid-template-columns: repeat(3, 1fr); 
grid-template-rows: 1fr; 
grid-column-gap: 0px;

}
.Body-B .parent .div1 { grid-area: 1 / 1 / 2 / 2; width:86%;display: block;
  margin-left: auto;
  margin-right: auto;} 
.Body-B .parent .div2 { grid-area: 1 / 2 / 2 / 3; width:86%;display: block;
  margin-left: auto;
  margin-right: auto;} 
.Body-B .parent.div3 { grid-area: 1 / 3 / 2 / 4; width:86%;display: block;
  margin-left: auto;
  margin-right: auto;} 
	

@media (min-width:1200px) {
	
	
.Body-B p{
	
	font-size:15px;

	
	  }
	
	} 
